Adwaita: added back progressbar.osd style
authorLapo Calamandrei <calamandrei@gmail.com>
Fri, 4 Dec 2015 18:04:17 +0000 (19:04 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Fri, 4 Dec 2015 18:04:17 +0000 (19:04 +0100)
gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 87633245ec44433dd2986faec69204ff843e671d..e2d71668e319c1cec72e2c342943108930fcd022 100644 (file)
@@ -2390,6 +2390,21 @@ progressbar {
   }
 
   &:backdrop progress { @extend %scale_highlight:backdrop; } // states not passed here as well
+
+  &.osd {
+    -GtkProgressBar-min-horizontal-bar-height: 3;
+    trough {
+      border-style: none;
+      border-raduys: 0;
+      background-color: transparent;
+      box-shadow: none;
+    }
+
+    progress {
+      border-style: none;
+      border-radius: 0;
+    }
+  }
 }
 
 /*************
index 5d28e4b49bb3f1a2541e3fbedda67c1d61cd574b..3987654f06f766896f1b88bd9577a4b416ecf7a9 100644 (file)
@@ -3311,6 +3311,16 @@ progressbar {
     progressbar progress.bottom {
       border-bottom-right-radius: 3px;
       border-bottom-left-radius: 3px; }
+  progressbar.osd {
+    -GtkProgressBar-min-horizontal-bar-height: 3; }
+    progressbar.osd trough {
+      border-style: none;
+      border-raduys: 0;
+      background-color: transparent;
+      box-shadow: none; }
+    progressbar.osd progress {
+      border-style: none;
+      border-radius: 0; }
 
 /*************
  * Level Bar *
index 68c86a6b76e5527ed10cbedf331f11b50e414b6a..a606aa53689d2bfda1607442ecd177a3be5c4bb3 100644 (file)
@@ -3473,6 +3473,16 @@ progressbar {
     progressbar progress.bottom {
       border-bottom-right-radius: 3px;
       border-bottom-left-radius: 3px; }
+  progressbar.osd {
+    -GtkProgressBar-min-horizontal-bar-height: 3; }
+    progressbar.osd trough {
+      border-style: none;
+      border-raduys: 0;
+      background-color: transparent;
+      box-shadow: none; }
+    progressbar.osd progress {
+      border-style: none;
+      border-radius: 0; }
 
 /*************
  * Level Bar *